home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SCRIPTS\BASICAL < prev    next >
Text File  |  1994-12-28  |  1KB  |  53 lines

  1. # This script is intended for use with all installations of ircII.
  2. # ircII is unlikely to work properly without loading this script
  3. # from 'global'.
  4. #
  5. # by troy & lynx
  6.  
  7. # Standard ircI-like abbreviations
  8. # No irc client can call itself irc client if its not ircI-compatible!
  9. #
  10. alias a away
  11. alias c channel
  12. alias ch channel
  13. alias e exit
  14. alias h help
  15. alias i invite
  16. alias j join
  17. alias l list
  18. alias log set log
  19. alias m msg
  20. alias n names
  21. alias s signoff
  22. alias t topic
  23. alias w whois
  24.  
  25. # Standard ircII aliases..
  26. #
  27. alias chop mo +o
  28. alias unchop mo -o $*
  29. alias mo mode $C $*
  30. alias k kick $C
  31. alias wdetected whois $D
  32. alias show exec -msg $T
  33. alias umode mode $N
  34.  
  35. # DMSG and DQUERY have been replaced. These alii return the
  36. # commands to the user, although the functionality has been
  37. # changed slightly.
  38. #
  39. alias dmsg msg =$0 $1-
  40. alias dquery /query =$0
  41.  
  42. # Reverse text with Ctrl-R
  43. bind ^r type 
  44.  
  45. # Fix for window output
  46. #
  47. window name ircII
  48. #... level all,-crap
  49. # set window level all,-crap
  50.  
  51. # Sent notices should by default not be visible
  52. on ^send_notice * :
  53.